libxl: helper function to send commands to traditional qemu
authorShriram Rajagopalan <rshriram@cs.ubc.ca>
Thu, 9 Feb 2012 18:07:48 +0000 (18:07 +0000)
committerShriram Rajagopalan <rshriram@cs.ubc.ca>
Thu, 9 Feb 2012 18:07:48 +0000 (18:07 +0000)
commit0cb90b3184ebb05738ee1204e293c5fb265c507f
tree102515d48f15bb6757cd2b079631973918d28d51
parent490d431f99d32c2c700513b59f816729cfa1c1af
libxl: helper function to send commands to traditional qemu

Introduce a helper function to send commands to traditional
qemu. qemu_pci_add_xenstore, qemu_pci_remove_xenstore,
libxl__domain_save_device_model and libxl_domain_unpause have
been refactored to use this function.

Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_dom.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_pci.c